PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DCrossSection Class / setIsVisibleIntersection Method
True if the intersection is visible. False if the intersection is not visible.
In This Topic
    setIsVisibleIntersection Method
    In This Topic
    Sets a value indicating the visibility of the intersection of the cutting plane with any 3D geometry.
    Syntax
    public void setIsVisibleIntersection( 
       boolean value
    )

    Parameters

    value
    True if the intersection is visible. False if the intersection is not visible.
    See Also